{"id":20900329,"url":"https://github.com/ghztomash/waveforms-rs","last_synced_at":"2025-07-13T11:42:05.391Z","repository":{"id":218997814,"uuid":"733719903","full_name":"ghztomash/waveforms-rs","owner":"ghztomash","description":"Simple waveform generator in Rust 🦀","archived":false,"fork":false,"pushed_at":"2024-02-08T22:39:57.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T13:15:17.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghztomash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T01:11:33.000Z","updated_at":"2023-12-20T01:11:55.000Z","dependencies_parsed_at":"2024-01-24T23:03:08.562Z","dependency_job_id":"77c48f4d-b7d5-46a9-8f6c-9c008eb4c29d","html_url":"https://github.com/ghztomash/waveforms-rs","commit_stats":null,"previous_names":["ghztomash/waveforms-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fwaveforms-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fwaveforms-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fwaveforms-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fwaveforms-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghztomash","download_url":"https://codeload.github.com/ghztomash/waveforms-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285620,"owners_count":20266849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T11:19:01.137Z","updated_at":"2025-03-12T20:17:53.632Z","avatar_url":"https://github.com/ghztomash.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Waveform Generator\n\nA simple Rust library for generating various waveforms.\n\n## Features\n\n- Generate different types of waveforms: Sine, Square, Triangle, Sawtooth, and Noise.\n- Set waveform properties such as frequency, amplitude, DC offset, and waveform type.\n- Process individual samples of the waveform.\n\n## Usage\n\n```rust\nuse waveforms_rs::Waveform;\n\nfn main() {\n    // Create a sine waveform with default settings\n    let mut wave = Waveform::default();\n\n    // Process a couple samples of the waveform\n    let samples = [\n        wave.process(),\n        wave.process(),\n        wave.process(),\n        wave.process(),\n    ];\n\n    println!(\"Generated samples: {:?}\", samples);\n}\n```\n\n## Running the examples\n\n`cargo run --example basic`\n`cargo run --example plot`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghztomash%2Fwaveforms-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghztomash%2Fwaveforms-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghztomash%2Fwaveforms-rs/lists"}