Random stuff, testing things, and so on.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Julio Biason 7803c58e38 Prettier map 1 month ago
..
src Prettier map 1 month ago
Cargo.lock Playing with some path structure 1 month ago
Cargo.toml Playing with some path structure 1 month ago
README.md Playing with some path structure 1 month ago

README.md

PathExtractTest

Extracts some information from a directory based on its structure.

The basic gist is:

  • There is a magic directory, called ".run".
  • Things go as "something/.run" or "something/.run/special/path".
  • If we send "something/.run", we need to get a pair with path "something" and the name "default";
  • If we send "something/.run/special/path", we need to get a pair with path "something and the name "path.