rok-core 0.6.1

Core primitives for the rok ecosystem — errors, crypto, i18n, config, DI, and more
Documentation
1
2
3
4
5
6
7
pub mod encrypt;
pub mod hash;
pub mod ids;

pub use encrypt::{EncryptConfig, EncryptError, Encrypter, Signer};
pub use hash::{HashConfig, Hasher};
pub use ids::{Cuid2, IdError, NanoId, Snowflake, SnowflakeConfig, Ulid, UuidV7};