path-handling

There are 2 repositories under path-handling topic.

  • rrrodzilla/pathtrim

    pathtrim - When all you need is the last few parts of a path in Rust, this crate implements the TrimmablePath trait on std::path::Path so you can easily obtain the last *n* parts of the path.

    Language:Rust1100
  • paschalugwu/simple_shell

    Developed a functional UNIX command-line interpreter in C with core shell features, including command execution, environment management, and built-in commands.

    Language:C10