Code Monkey home page Code Monkey logo

etig's Introduction

ReadMe

Add your library like this : Please paste your .rs file without any main function in the src folder. Then in src, add your file in lib.rs, save and close it.

Also in the main file in src, please add use etig::<your_file>, (see lines 15-21 in main file). After this, go to main function, call your function like this:

your_file_name::function_name(&mut graph, na);

Also make sure the calling function is declared like this in your module: pub fn function_name(args<>) {} {See the main file for further help, or praneel.rs or samarth.rs for running examples.}

We have given some inputs but if you want to give any others, please feel free to paste your input files out of the src folder.

To run or test your files, run the command :- cargo build cargo run input_file.txt

To test or run the library, download the zipped repo to your system.Extract it and do the above changes. After adding your modules and other files, run the main.rs or do cargo build and cargo run input_file.txt

Update -- use 350*350 array size now, for integration, and i32 only.

etig's People

Contributors

praneelrathore avatar hackerkid avatar namitagrwl avatar tonykuttai avatar spharish avatar y2k-shubham avatar insomniac1426 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.