seance

Crates.ioseance
lib.rsseance
version
sourcesrc
created_at2020-01-04 08:46:52.511787
updated_at2024-12-04 15:00:34.139874
descriptionA session library
homepage
repositoryhttps://github.com/rossnomann/seance
max_upload_size
id195063
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ross Nomann (rossnomann)

documentation

https://docs.rs/seance

README

SEANCE

A session library.

CI Version Downloads Documentation License

Installation

[dependencies]
seance = "0.16.0"

Example

See tests directory.

Changelog

0.16.0 (04.12.2024)

  • Tokio 1.42

0.15.0 (01.11.2024)

  • Tokio 1.41
  • Redis 0.27

0.14.0 (07.09.2024)

  • Tokio 1.40

0.13.0 (31.07.2024)

  • Tokio 1.39
  • Redis 0.26

0.12.0 (18.06.2024)

  • Tokio 1.38

0.11.0 (01.04.2024)

  • Tokio 1.37
  • Redis 0.25

0.10.0 (18.02.2024)

  • Tokio 1.36

0.9.0 (01.01.2024)

  • Tokio 1.35
  • Redis 0.24
  • Removed async-trait dependency.

0.8.0 (28.11.2023)

  • Tokio 1.34
  • Redis 0.23

0.7.0 (02.02.2022)

  • Tokio 1.16.
  • Removed snafu dependency.

0.6.0 (29.12.2021)

  • Tokio 1.15.
  • Redis 0.21.

0.5.0 (06.01.2020)

  • Tokio 1.0 support.
  • Use redis-rs for redis-backend instead of darkredis.
  • Renamed RedisError to RedisBackendError.
  • Renamed FilesystemError to FilesystemBackendError.

0.4.0 (09.03.2020)

  • Added darkredis 0.7 support.

0.3.0 (23.02.2020)

  • Added darkredis 0.6 support.

0.2.0 (04.01.2020)

  • Send and Sync for SessionError.

0.1.0 (04.01.2020)

  • First release.

LICENSE

The MIT License (MIT)

Commit count: 62

cargo fmt