dewey-decimal

Crates.iodewey-decimal
lib.rsdewey-decimal
version1.0.2
created_at2025-07-18 22:44:16.784583+00
updated_at2025-07-18 22:55:42.844936+00
descriptionSimple wrapper around Dewey Decimal classifications
homepagehttps://github.com/dax-dot-gay/dewey-decimal
repositoryhttps://github.com/dax-dot-gay/dewey-decimal
max_upload_size
id1759759
size246,984
Dax Harris (dax-dot-gay)

documentation

README

dewey-decimal

Latest Version docs.rs GitHub License

Simple wrapper around Dewey Decimal classifications

Usage

// Complete documentation: https://docs.rs/dewey-decimal

use dewey_decimal::{Dewey, Class};

fn main() {
    // Get the class representing "Computer science, knowledge & systems"
    let comp_sci = Class::get("00").unwrap();

    // Gets all children in this class
    let cs_classes = comp_sci.all_children()
}
Commit count: 0

cargo fmt