[package] name = "safe-linked-list" version = "0.3.0" authors = ["Srinivasa "] edition = "2018" license = "MIT" description = "An alternate implementation for std::collections::LinkedList that does not use any unsafe code" repository = "https://github.com/Srinivasa314/safe-linked-list"