secondfry-libft 0.1.0

Ecole 42 libft project written in Rust
Documentation
{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Debug strlen",
      "type": "cppdbg",
      "request": "launch",
      "program": "${workspaceFolder}/target/debug/deps/strlen_test-28ea8816f6b4e4fe",
      "args": [],
      "stopAtEntry": false,
      "cwd": "${workspaceFolder}",
      "environment": [],
      "externalConsole": false,
      "MIMode": "lldb"
    }
  ]
}