specializer

Crates.iospecializer
lib.rsspecializer
version1.0.0
created_at2025-05-18 04:18:19.614666+00
updated_at2025-06-13 04:24:18.062047+00
descriptionLimited safe specialization on stable Rust with builder-like pattern
homepagehttps://github.com/AldaronLau/specializer/releases
repositoryhttps://github.com/AldaronLau/specializer
max_upload_size
id1678366
size109,449
Jeryn Aldaron Lau (AldaronLau)

documentation

https://docs.rs/specializer

README

Specializer

tests GitHub commit activity GitHub contributors
Crates.io Crates.io Crates.io (recent)
Crates.io Docs.rs

Limited safe specialization on stable Rust with builder-like pattern

Check out the documentation for examples.

Features

  • Functions to do a fallible cast to/from generics/concrete types
  • Supports casting with 'static types and borrowed types
  • Sync/async builders for chaining type specialization
  • No-std/no-alloc
  • No unsafe

MSRV

The current MSRV is Rust 1.85.

Any future MSRV updates will follow the Ardaku MSRV guidelines.

Alternatives

License

Copyright © 2025 The Specializer Contributors.

Licensed under any of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as described above, without any additional terms or conditions.

Help

If you want help using or contributing to this library, feel free to send me an email at aldaronlau@gmail.com.

Commit count: 33

cargo fmt